droplevels
{base}
Drop Unused Levels from Factors
ls
{base}
Return a vector of character strings giving the names of the objects in the specified environment
confint
{stats}
Calculate confidence Intervals for Model Parameters
log
{base}
log (default base = e)
levels
{base}
Get levels of a factor
subset
{base}
Return subsets of vectors, matrices or data frames which meet conditions.
is.element
{base}
Check if a value is element of a vector
xlab
{GGPLOT2}
Label the x axis (ggplot)
prop.table
{base}
Transform frequency table into table of proportions
ylab
{GGPLOT2}
Label the y axis (ggplot)
recode
{dplyr}
Recode a variable
rm
{base}
Remove objects
relevel
{stats}
Reorder Levels of Factor
names
{base}
Retrieve names of a list/vector
read.csv
{utils}
Read a csv file to data frame. Specify stringsAsFactors = FALSE to keep all string columns as characters
The end!